home *** CD-ROM | disk | FTP | other *** search
/ Canon Creative 3 / Canon Creative 3 - Disc 2.iso / designe / IMAGES / ICONS / TRADE / SHO8.OPD < prev    next >
Encoding:
Text File  |  1996-11-12  |  1.5 KB  |  76 lines

  1. #[document 79.15 132.5 123.4 180.4
  2. static oe="odd_even",nzw="nonzero_winding",wc="winding_counting";
  3. static stroked="stroked";
  4. static vert="vertical",horz="horizontal";
  5. static miter="miter",bevel="bevel",round="round";
  6. static butt="butt",proj="projected";
  7. #[page
  8. auto m=move,l=line,c=curve;
  9. auto p;
  10. gc_cspace("Lab");
  11. gc_color(100.0,0.0,0.0);
  12. rect(0,0,0,0);
  13. auto ng=draw(path());
  14. auto s=array(ng);
  15. m(111.45,138.95);
  16. l(120.50,138.95);
  17. finish_edge();
  18. p=path();
  19. gc_draw_style(stroked);
  20. gc_line_join_style(round);
  21. gc_line_cap_style(round);
  22. gc_stroke_width(1.50);
  23. gc_font_draw_style(0);
  24. gc_color(0.00,0.00,0.00);
  25. s[0]=draw(p);
  26. m(112.25,158.30);
  27. l(112.20,155.45);
  28. l(111.15,153.70);
  29. l(112.60,152.10);
  30. finish_edge();
  31. p=path();
  32. s[1]=draw(p);
  33. s[0]:=s[1];
  34. m(106.90,179.50);
  35. l(107.80,160.25);
  36. l(109.90,158.75);
  37. l(114.20,158.30);
  38. l(115.95,161.00);
  39. l(116.30,179.05);
  40. finish_edge();
  41. p=path();
  42. s[1]=draw(p);
  43. s[0]:=s[1];
  44. m(100.95,179.35);
  45. l(122.65,179.65);
  46. l(120.70,153.85);
  47. l(119.30,151.95);
  48. l(120.25,150.45);
  49. l(121.40,145.35);
  50. l(121.15,139.40);
  51. l(119.70,133.25);
  52. l(107.55,133.50);
  53. l(108.70,138.45);
  54. l(101.80,136.75);
  55. l(96.30,134.70);
  56. l(90.05,133.50);
  57. l(85.05,133.25);
  58. l(81.30,133.50);
  59. l(79.90,137.65);
  60. l(81.30,140.30);
  61. l(87.20,141.85);
  62. l(93.75,145.80);
  63. l(99.45,149.55);
  64. l(102.05,152.25);
  65. l(101.55,153.85);
  66. l(102.35,156.75);
  67. l(100.95,179.35);
  68. close_edge();
  69. p=path();
  70. s[1]=draw(p);
  71. s[0]over=s[1];
  72. page:=s[0];
  73. s=NULL;
  74. #]page
  75. #]document
  76.